home *** CD-ROM | disk | FTP | other *** search
/ Backpacker 2 (Sweden) / BackPacker 2 (Sweden) (Disc 1).7z / BackPacker 2 (Sweden) (Disc 1).bin / pc / instdata / instin02 / 00208.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  288 b   |  13 lines

  1. on mouseDown
  2.   global gKlocka, gSparaTid, gOriginFrame
  3.   puppetSound("klick")
  4.   updateStage()
  5.   if (the frame > 3) and (the frame < 6) then
  6.     set gSparaTid to gKlocka - the ticks
  7.   end if
  8.   set gOriginFrame to the frame
  9.   set the visible of sprite 42 to 0
  10.   cursor(-1)
  11.   go("help")
  12. end
  13.